toPlatform
open fun toPlatform(@Nullable compatMetadata: @Nullable NotificationCompat.BubbleMetadata): @Nullable Notification.BubbleMetadata(source)
Converts a NotificationCompat.BubbleMetadata to a platform-level Notification.BubbleMetadata.
Return
a Notification.BubbleMetadata containing the same data if compatMetadata is non-null, otherwise null.
Parameters
compatMetadata
the NotificationCompat.BubbleMetadata to convert